@contents
+
@node Top, Overview, (dir), (dir)
@top D-Bus integration in Emacs
to the service from D-Bus.
@end defun
+@defun dbus-unregister-service bus service
+Unregister all objects from D-Bus @var{bus}, registered by Emacs for
+@var{service}.
+
+@var{bus} is either the symbol @code{:system} or the symbol
+@code{:session}.
+
+@var{service} is the D-Bus service name of the D-Bus. It must be a
+known name. Emacs releases its association to @var{service} from
+D-Bus.
+@end defun
+
@node Signals
@chapter Sending and receiving signals.